Interface FilterSet

All Superinterfaces:
IPCObject
All Known Implementing Classes:
FilterSetImpl

public interface FilterSet extends IPCObject
Author:
Auto-generated
  • Method Details

    • getFilterAt

      Filter getFilterAt(int filterIndex)
      Information provided by the PKI file:
      
          \brief Returns the filter at the index location.
          
          \param filterIndex, the index of the filter.
          
          \return Filter, the filter object of given index.
          
              
      Parameters:
      filterIndex - Takes in a parameter of filterIndex
      Returns:
      Filter Returns a Filter
    • getFilterCount

      int getFilterCount()
      Information provided by the PKI file:
      
          \brief Returns the number of filters.
          
          \return int, the number of filters.
          
              
      Returns:
      int Returns a int